{ "summary": "Get the subscribers (users and teams) of an incident", "description": "", "method": "GET", "path": "/incidents/{id}/private-subscribers", "parameters": { "id": 1.0 }, "request_body": null, "response": [ { "id": 1.0, "name": "string", "type": "USER" } ] }